Filename | (eval 56)[/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Exception/Class.pm:177] |
Statements | Executed 4 statements in 109µs |
Eval Invoked At | /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Exception/Class.pm line 177 |
Sibling evals | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 17µs | 114µs | BEGIN@3 | Perl::Critic::Exception::Configuration::Option::Policy::
0 | 0 | 0 | 0s | 0s | Fields | Perl::Critic::Exception::Configuration::Option::Policy::
0 | 0 | 0 | 0s | 0s | description | Perl::Critic::Exception::Configuration::Option::Policy::
0 | 0 | 0 | 0s | 0s | policy | Perl::Critic::Exception::Configuration::Option::Policy::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Perl::Critic::Exception::Configuration::Option::Policy; | ||||
2 | |||||
3 | 2 | 104µs | 2 | 114µs | # spent 114µs (17+97) within Perl::Critic::Exception::Configuration::Option::Policy::BEGIN@3 which was called:
# once (17µs+97µs) by Exception::Class::_make_subclass at line 3 # spent 114µs making 1 call to Perl::Critic::Exception::Configuration::Option::Policy::BEGIN@3
# spent 97µs making 1 call to base::import, recursion: max depth 1, sum of overlapping time 97µs |
4 | |||||
5 | 1 | 700ns | our $VERSION = '1.1'; | ||
6 | |||||
7 | 1 | 3µs | 1; | ||
8 | |||||
9 | sub description | ||||
10 | { | ||||
11 | return 'A problem with the configuration of a policy.'; | ||||
12 | } | ||||
13 | sub Fields { return ($_[0]->SUPER::Fields, 'policy') } | ||||
14 | |||||
15 | sub policy { $_[0]->{policy} } | ||||
16 | |||||
17 | ; |